Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.pacist.diamonds.ControllerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.pacist.diamonds.ControllerEvent

public class ControllerEvent
extends java.util.EventObject
The event fired when a Controller's value changes.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ControllerEvent(Controller source)
          Creates an instance of ControllerEvent, with the specified source Controller.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ControllerEvent

public ControllerEvent(Controller source)
Creates an instance of ControllerEvent, with the specified source Controller.
Parameters:
source - the source Controller.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD